Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ctype_punct
ctype_punct
Check for printable characters that are not whitespace or alphanumeric characters
Name:
ctype_punct
Category:
Character type detection Ctype
Programming Language:
php
One-line Description:
Check for printable characters that are not whitespace or alphanumeric characters
Related
Comprehensive Guide to PHP pathinfo() Function: Easily Extract File Path Information
10
imageopenpolygon() cooperates with alpha gradient to achieve translucent effect
2
How to catch $errno and report errors to Sentry or other monitoring tools
8
PHP File Reading and Writing Practical Tutorial: Master Basic File Operations and Techniques
9
Similar Functions
ctype_xdigit
ctype_xdigit
Checkcharactersrepre
ctype_digit
ctype_digit
Checknumericcharacte
ctype_upper
ctype_upper
Checkcapitalcharacte
ctype_cntrl
ctype_cntrl
Checkcontrolcharacte
ctype_space
ctype_space
Checkspacecharacters
ctype_punct
ctype_punct
Checkforprintablecha
ctype_alnum
ctype_alnum
Checkalphanumericcha
ctype_print
ctype_print
Checkprintablecharac
Popular Articles